Oriux Advanced Data Logging unpacking utility help

For ftp operation:
1. Open a command prompt.
2. type: cd \cuLogging\MM-DD-YYYY (Please note that MM-DD-YYYY is a folder created on the local pc drive for the current log upload)
3. type: ftp "ip of controller"
4. user name is atc and password is PeekAtc 
5. type: binary
6. type: prompt
7. type: mget /mnt/sram/cuLogging/* (This is for the "current" logging file)

If you have a sd card installed type:
8. mget /mnt/sd_card/cuLogging/*

If you do not have a sd card installed type:
8. mget /atc/ramdata/cuLogging/*

9. type: bye

To unpack the data files:
1. open a command prompt.
2. type: cd \cuLogging
3. type: cuLogDecode.exe ./MM-DD-YYYY p (NOTE: p=proprietary decoding and e = 2020 standard enumertions decoding)

Example:
With this utility unpacked to the directory C:\cuLogging\ 
and gz culog files downloaded from an Oriux ATC controller in a directory named MM-DD-YYYY under that directory
and a command window opened to that same directory:

To decode all of the gz files in that directory to the standard format 
* use the following command in Windows PowerShell or Windows Terminal or cmd prompt:
.\cuLogDecode . e

* use the following command in the older style Windows command prompt (cmd)
cuLogDecode.exe . e


      